net.TCPListener.ok (method)

7 uses

	net (current package)
		tcpsock.go#L263: 	if !l.ok() {
		tcpsock.go#L272: 	if !l.ok() {
		tcpsock.go#L285: 	if !l.ok() {
		tcpsock.go#L298: 	if !l.ok() {
		tcpsock.go#L315: 	if !l.ok() {
		tcpsock.go#L332: 	if !l.ok() {
		tcpsock_posix.go#L136: func (ln *TCPListener) ok() bool { return ln != nil && ln.fd != nil }